首页
PHP
Tags
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
call_user_func_array
call_user_func_array
调用回调函数,并把一个数组参数作为回调函数的参数
名称:
call_user_func_array
分类:
函数处理
所属语言:
php
一句话介绍:
调用回调函数,并把一个数组参数作为回调函数的参数
相关内容
如何使用PHP扩展SuiteCRM的商机管理功能
1
从 preg_replace 到 preg_replace_callback_array 的过渡教学设计
9
stream_context_get_options() 返回结构详解
4
PHP面向对象编程中的访问者模式解析
10
同类函数
func_get_arg
func_get_arg
返回参数列表的某一项
call_user_func_array
call_user_func_array
调用回调函数,并把一个数组参数作为回调函
register_shutdown_function
register_shutdown_function
注册一个会在php中止时执行的函数
forward_static_call
forward_static_call
调用静态方法
func_get_args
func_get_args
返回一个包含函数参数列表的数组
forward_static_call_array
forward_static_call_array
调用静态方法并将参数作为数组传递
get_defined_functions
get_defined_functions
返回所有已定义函数的数组
unregister_tick_function
unregister_tick_function
取消注册每个tick上执行的函数
热门文章